crypto/tls.echCipher.AEADID (field)
6 uses
crypto/tls (current package)
ech.go#L17: AEADID uint16
ech.go#L92: if !cipherSuites.ReadUint16(&c.AEADID) {
ech.go#L132: if _, ok := hpke.SupportedAEADs[cs.AEADID]; !ok {
ech.go#L169: if _, ok := hpke.SupportedAEADs[s.AEADID]; !ok {
handshake_client.go#L231: ech.kdfID, ech.aeadID = suite.KDFID, suite.AEADID
handshake_client.go#L233: ech.encapsulatedKey, ech.hpkeContext, err = hpke.SetupSender(ech.config.KemID, suite.KDFID, suite.AEADID, echPK, info)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |